Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] v5 emotion-less css & styled prototype #44269

Open
wants to merge 3 commits into
base: v5.x
Choose a base branch
from

Conversation

romgrk
Copy link
Contributor

@romgrk romgrk commented Oct 30, 2024

Prototype for emotion-less styling.

v6 PR: #44247

@romgrk romgrk added the core Infrastructure work going on behind the scenes label Oct 30, 2024
@romgrk romgrk requested a review from a team October 30, 2024 10:01
const styles = [
applyThemeOverrides(props, componentName, overridesResolver),
applyThemeVariants(props, componentName),
// applySystemSx(props, componentName),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like we may need to enable this one as well, but I am ok with waiting for a request.

Copy link
Contributor Author

@romgrk romgrk Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sx prop is more complicated than the rest because it needs to modify props, see the note on slack. It won't be as simple as uncommenting that line.

Copy link
Member

@mnajdova mnajdova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have anything else to comment on, let's make sure we address the comments on the v6 branch as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants